home *** CD-ROM | disk | FTP | other *** search
/ Chip 2006 June (Extra) / CHIP 2006-06.3.iso / program / tam_surum / Astronoid-v1.2.0.exe / $OUTDIR / data / scripts / ships / class2reactor.tcl < prev    next >
Encoding:
Text File  |  2006-03-01  |  231 b   |  11 lines

  1. new n3dnode "reactor1"
  2. sel "reactor1"
  3.     txyz 3.8 0 5
  4.     source "data/scripts/ships/reacteurbleu.tcl"
  5. sel ..
  6.  
  7. new n3dnode "reactor2"
  8. sel "reactor2"
  9.    txyz -3.8 0 5
  10.    source "data/scripts/ships/reacteurbleu.tcl"
  11. sel ..